home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Biomorph 0.77
/
Biomorph src
/
savepict.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-05
|
143 b
|
14 lines
|
[
TEXT/ALFA
]
/*************
** savepict.h
**
** header for savepict.c
**************/
#ifndef SAVEPICT_H
#define SAVEPICT_H
void SavePict(void);
#endif